home *** CD-ROM | disk | FTP | other *** search
/ Project Full Color - DAG 1 / Project Full Color - DAG 1.iso / mac / MAC / g3.dir / 00053_Script_53 < prev    next >
Text File  |  1995-10-30  |  610b  |  28 lines

  1. --åÄøõË‡Û˘1(‚ˆ«ÄåÄøõ)
  2. on Button1 U_Cast, D_Cast
  3.   
  4.   --…p…b…y…g…X…v…‚…C…gÍõÌÀ
  5.   puppetSprite clickOn(),TRUE
  6.   
  7.   --…}…E…X…_…E…Ï«√‰ë…L………X…g«ùÏ∏«ÕΘ«∂«»
  8.   repeat while stillDown()
  9.     set the castNum of sprite clickOn() = the number of cast D_Cast
  10.     updateStage
  11.   end repeat
  12.   
  13.   --…}…E…X«ôÛ£«é«Õ«˝«¡≈A…L………X…g«ùÂé«ÖÒÅ«›
  14.   set the castNum of sprite clickOn() = the number of cast U_Cast
  15.   updateStage
  16.   
  17.   --…p…y…b…g…X…v…‚…C…g‚ùË˙
  18.   puppetSprite clickOn(),FALSE
  19.   
  20.   --…X…v…‚…C…gËÑ«º…}…E…X«ôÛ£«é«Õ«˝«©
  21.   if rollover(clickOn()) then
  22.     return 1
  23.   else
  24.     return 0
  25.   end if
  26.   
  27. end
  28.